Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.webapp.seam.action.defaultChains--chains

This contribution is part of XML component org.nuxeo.ecm.webapp.seam.action.defaultChains inside nuxeo-platform-webapp-base-9.10.jar /OSGI-INF/chains-contrib.xml

Extension Point

Extension point chains of component OperationServiceComponent.

Contributed Items

  • <chain id="downloadFilesZip">
          <operation id="Context.FetchDocument"/>
          <operation id="Document.GetBlobs"/>
          <operation id="Blob.CreateZip">
            <param name="filename" type="string">attachments.zip
            </param>
          </operation>
          <operation id="WebUI.DownloadFile"/>
        </chain>

XML Source

<extension point="chains" target="org.nuxeo.ecm.core.operation.OperationServiceComponent">

    <chain id="downloadFilesZip">
      <operation id="Context.FetchDocument"/>
      <operation id="Document.GetBlobs"/>
      <operation id="Blob.CreateZip">
        <param name="filename" type="string">attachments.zip
        </param>
      </operation>
      <operation id="WebUI.DownloadFile"/>
    </chain>

  </extension>